.about-header {
    width: 100%;
    position: relative;
      background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    transition: margin ease-in .8s;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;
}
/* .about-header.unloaded {
    margin-top: 100vh;
    
} */
/* .img-header {
    width: 100%;
    object-fit: contain;
    min-height: 88vh;
    display: block;
} */
.title-container {
    position: absolute;
    z-index: 1;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.title-container h1 {
    color: #fff;
    font-family: 'PoppinsBold';
    font-size: 3.4vw;
    line-height: 3.8vw;
    margin: 0 0 1.5vw;
    text-align: center;
}
.title-container p{
    margin: 0 0;
    color: #fff;
    font-size: 1.7vw;
    line-height: 2.1vw;
    text-shadow: 0px 0px 20vw #63483C57;
    max-width: 42vw;
    text-align: center;
}
.about-history {
    display: flex;
    flex-direction: column;
    padding: 5vw 0 5vw 12.5vw;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.history-header {
    display: flex;
    justify-content: space-between;
    padding-right: 12.5vw;
    margin-bottom: 4vw;
}
.history-header-title {
    width: 45%;
}
.history-text {
    width: 47%;
}
.about-block h2 {
    color: #e12e02;
        font-family: 'PoppinsMedium';
    font-weight: 900;
    font-size: 1vw;
    margin-bottom: 1.1vw;
}
.history-title {
        font-size: 2.1vw;
    font-family: 'Indivisible_Bold';
    line-height: 2.3vw;
    text-align: left;
}
.history-text p strong {
    font-family: 'PoppinsSemi';
}

.about-history .slick-list{padding:0 13% 0 0 !important;}
.ceo-block-container.slick-initialized.slick-slider.visible-now {
    cursor: url('../img/left-right-icon.svg') 16 16, auto;
}
.ceo-img-container {
    width: 17.5vw;
    height: 25vw;
    background-image: url('../img/profil-bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-top-left-radius: 3vw;
    filter: grayscale(1);
    transition: all 0.2s ease-in-out;
    position: relative;
}

.ceo-img-container::after{
    content: " ";
    background-image: url('../img/mr-icon.webp');
    background-repeat: no-repeat;
    background-size: 150% auto;
    background-position: center -15%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.ceo-img {
    padding-top: 10%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}
.ceo-img-container:hover { 
    filter: grayscale(0);
    
}
.ceo-img-container:hover::after{
    opacity: 1;
}
.nom-ceo {
    font-family: 'PoppinsSemi';
    margin: 1vw 0 0;
    width: 17vw;
}
.bio-ceo {
    margin-bottom: 0;
    width: 17vw;
}
.slides-arrows {
    display: flex;
}
.arrow-slide {
    background-color: #F0F0F2;
    width: 4.3vw;
    height: 4.3vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 2vw;
    margin-left: 1vw;
}
.arrow-slide img {
    width: 3vw;
    object-fit: contain;
    display: block;
}
span.arrow-slide.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
span.prev-arrow {
    transform: rotate(180deg);
}
.about-vision {
    height: 85vh;
    display: flex;
    min-height: 500px;
    padding: 5vw 12.5vw;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #F3EDDF;
    background-image: url('../img/mr-icon.webp');
    background-size: 40% auto;
    background-position: 75% 120% ;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}
.vision-texte {
    font-size: 1.3vw;
    line-height: 1.8vw;
    max-width: 70vw;
}
.vision-texte strong{
   font-family: 'PoppinsSemi';
}
.about-enga {
    padding: 5vw 12.5vw 3vw;
    display: flex;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.enga-header {
    display: flex;
    justify-content: space-between;
}
.enga-header-title {
    width: 45%;
}
.enga-block {
    width: 50%;
    flex-direction: column;
    display: flex;
    /* border-bottom: 1px solid #CCA176; */
}
.enga-title {
       font-size: 3.5vw;
        font-family: 'Indivisible_Semi';
    text-align: left;
    line-height: 3.9vw;
}
h2.enga-chapeau {
    margin-bottom: 2vw;
}
.single-enga {
    display: flex;
    border-top: 1px solid #CCA176;
    padding: 1.5vw 2vw 1.5vw;
    position: relative;
}
.enga-block .single-enga:last-of-type {
    border-bottom: 1px solid #CCA176;
}
.ico-enga {
    width: 3.5vw;
    height: 3.2vw;
    object-fit: contain;
    margin-right: 2vw;
}
.single-enga-text {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.titre-enga {
    font-family: 'PoppinsMedium';
    font-size: 1.3vw;
    margin-bottom: 0;
}
p.text-enga.unexpanded {
    height: 0;
    opacity: 0;
    margin-top: 0;
    transition: all ease-out 0s;
}
p.text-enga {
    margin-bottom: 0;
    /* padding-right: 2vw; */
    margin-top: 1vw;
    transition: all ease-in 0.3s;
    text-align: left;
}
.expand-btn {
    position: absolute;
    right: 0;
    width: 2vw;
    height: 2vw;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}
.expand-btn::before, .expand-btn::after { 
    background-color: #CCA176;
    content: "";
    position: absolute;
}
.expand-btn::before {
    height: 0.15vw;
    width: 90%;
    top: 50%;
    left: 5%;
    transition: all ease-in-out 0.2s;
    transform: rotate(90deg);
}
.expand-btn.active::before {
    transform: rotate(00deg);
}
.expand-btn::after { 
    height: 0.15vw;
    width: 100%;
    top: 50%;
    left: 0;
}
@media only screen and (min-width: 1448px) {
    .history-header {
        padding-right: 12.5vw;
    }
} 
@media only screen and (max-width: 767px) {
    .about-header {
        height: 65vh;
    }
    .img-header {
        min-height: 50vh;
        object-fit: cover;
        object-position: center;
    }
    .title-container {
        top: 45%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, 0);
    }
    .title-container h1 {
        font-size: 7vw;
        line-height: 8vw;
        margin: 0 0 2vw;
        text-align: center;
    }
    .title-container p {
        font-size: 4.3vw;
        padding: 0px 6vw;
        line-height: 5.5vw;
        text-align: center;
        max-width: 100%;
    }
    .history-header {
        flex-direction: column;
        padding-right: 0;
    }
    .history-header-title {
        width: 100%;
    }
    .history-text {
        width: 100%;
    }
    .about-history {
        flex-direction: column;
        padding: 10vw 7vw 6vw;
    }
    .about-block h2 {
        font-size: 3.5vw;
        margin-bottom: 2vw;
        text-align: left;
        width: 100%;
    }
    .history-title {
        font-size: 5vw;
        font-family: 'PoppinsBold';
        line-height: 6vw;
    }
    .vision-texte {
        font-size: 4vw;
        max-width: 100%;
        text-align: left;
        margin-bottom: 0;
        line-height: 6vw;
        margin-top: 1vw;
    }
    .vision-texte br{ 
        display: none;
    }
    .about-vision {
        height: 99vw;
        padding: 10vw 8vw;
        min-height: unset;
        background-size: 75% auto;
        align-items: center;
        background-position: 32.5% 100%;
    }
    .about-enga {
        padding: 10vw 7vw 6vw;
        display: flex;
    }
    .enga-header {
        flex-direction: column;
    }
    .enga-header-title {
        width: 100%;
    }
    .enga-block {
        width: 100%;
    }
    .enga-title {
        font-size: 7vw;
        line-height: 9vw;
        margin-bottom: 5vw;
    }
    .titre-enga {
        font-size: 3.6vw;
    }
    h2.enga-chapeau {
        margin-bottom: 5vw;
    }
    .single-enga {
        padding: 5vw;
    }
    p.text-enga {
        padding-right: 0vw;
        margin-top: 2vw;
    }
    .ico-enga {
        width: 8vw;
        height: 8vw;
        margin-right: 5vw;
    }
    .expand-btn {
        width: 5vw;
        height: 5vw;
        right: -4vw;
    }
    .expand-btn::before {
        height: 0.5vw;
    }
    .expand-btn::after {
        height: 0.5vw;
    }
    .ceo-block-container {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
    }
    .ceo-img {
        padding-top: 10%;
        width: 100%;
        height: 55vw;
    }
    .ceo-img-container {
        width: 100%;
        height: auto;
        filter: grayscale(0);
        
    }
    .ceo-img-container:hover::after{
        opacity: 0;
    }
    .nom-ceo {
        margin: 3vw 0 1vw;
        font-size: 4.2vw;
        width: 100%;
    }
    .bio-ceo {
        width: 100%;
    }
    .single-ceo {
        width: 48%;
        margin-bottom: 6vw;
    }  
    .ceo-block-container .single-ceo:last-child {
        margin: 0 auto 4vw;
    }
}